MySqlBinaryString Constructor(Byte[],Encoding)
Initializes a new instance of the
MySqlBinaryString structure with binary data and encoding.
'Declaration
Public Function New( _
ByVal () As Byte, _
ByVal As Encoding _
)
Parameters
- buffer
- A buffer that contains binary representation of a string.
- encoding
- The encoding to use.